iOS中SQLite3使用實例 // static的作用:能保證_db這個變量只被IWStudentTool.m直接訪問 static sqlite3 *_db; + (void)initialize ...